home *** CD-ROM | disk | FTP | other *** search
- Path: news.cis.nctu.edu.tw!usenet
- From: Don Pierce <don@pierce.geometrics.com>
- Newsgroups: comp.lang.c++
- Subject: Sorting algorithm - In search of
- Date: 29 Feb 1996 16:16:50 GMT
- Organization: Muir/Pierce Geophysics
- Message-ID: <4h4jhi$3bh@news.cis.nctu.edu.tw>
- NNTP-Posting-Host: @pierce.geometrics.com
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 1.12 (X11; I; SunOS 4.1.3 sun4c)
- X-URL: news:comp.lang.c++
-
- I am looking for an efficient sorting alogorithm
- to sort an array of floats. I prefer a non-recursive
- type because I heard they were inefficient on large data
- sets. My array contains up to 10000 elements.
-
-